home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / Warp3D / Developer / Include / proto / Warp3D.h
Encoding:
C/C++ Source or Header  |  1998-09-02  |  482 b   |  26 lines

  1. /*
  2. **
  3. ** Warp3D proto file
  4. ** $VER: Warp3D.h_proto 1.0 (06.08.98)
  5. **
  6. **
  7. ** This file is part of the Warp3D Project.
  8. ** Warp3D is copyrighted
  9. ** (C) 1998 Sam Jordan, Hans-Jörg Frieden, Thomas Frieden
  10. ** All rights reserved
  11. **
  12. ** See the documentation for conditions.
  13. **
  14. */
  15. #ifndef PROTO_WARP3D_H
  16. #define PROTO_WARP3D_H
  17.  
  18. #include <exec/types.h>
  19. extern struct Library *Warp3DBase;
  20.  
  21. #include <Warp3D/Warp3D.h>
  22. #include <clib/Warp3D_protos.h>
  23. #include <pragmas/Warp3D_pragmas.h>
  24.  
  25. #endif
  26.